This article covers how to monitor SQL Server transaction log size, shrink the transaction log, add to or enlarge a transaction log file, optimize the tempdb ... Sys.dm_db_log_space_usage · DBCC SHRINKFILE (Transact... · Shrink a File
This article describes how to display the data and log space information for a database in SQL Server by using SQL Server Management Studio or Transact-SQL.
It's my understanding that log files should have a starting size of ~25% or so of the database size. I've started a position where the log files are set to > ...
A 600GB log for a 17.5GB data space. But without knowing the workload we cannot give you a definitive answer. But something caused the log to grow that much.
To check the transaction log size in a SQL server, log into the SQL Server Management Studio and select the database. Open a new query, enter the transaction ...